@charset "utf-8";
/* CSS Document */

 /* background of the bodies of the menus*/
  		.panel{
			background-color:rgba(147,144,144,0.7);
			color:rgba(255,255,255,1.00);
			font:Times New Roman;
			border-color:rgba(106,103,103,1.00);
			font-size:17px;
			font-weight:500;		
		}
		
		/*size and color of the title texts in the menus*/
		.panel-title{
			font-size:17px;			
			color:rgba(255,255,255,1.00);
		}			
		
		/*background of the title of the menus*/
		.panel .panel-heading{
			background-color:rgba(147,144,144,0.7);
			color:rgba(255,255,255,1.00);
		}
		
		
		#testtest{
			background-color:transparent;
		}	
